home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_491 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  132 b   |  8 lines

  1. on(release){
  2.    if(_root.checks == 2 && _root.days < 15)
  3.    {
  4.       _root.days = 0;
  5.       _root.gotoAndStop("fight");
  6.    }
  7. }
  8.